-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[py] move information code to files #2093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Delta456
Test failures are due to edge issue in here SeleniumHQ/selenium#14851 |
* [py] move information code to files * fix close tabs --------- Co-authored-by: Sri Harsha <[email protected]> f70edb6
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Moved information code to code files for better navigation.
Motivation and Context
Types of changes
Checklist
PR Type
Tests, Documentation
Description
Changes walkthrough 📝
test_information.py
Add Selenium WebDriver test script for element properties
examples/python/tests/elements/test_information.py
selection, tag name, rect, CSS value, text, and attributes.
pytest
for test execution.information.en.md
Update Python code references in documentation
website_and_docs/content/documentation/webdriver/elements/information.en.md
information.ja.md
Update Python code references in Japanese documentation
website_and_docs/content/documentation/webdriver/elements/information.ja.md
information.pt-br.md
Update Python code references in Portuguese documentation
website_and_docs/content/documentation/webdriver/elements/information.pt-br.md
information.zh-cn.md
Update Python code references in Chinese documentation
website_and_docs/content/documentation/webdriver/elements/information.zh-cn.md